home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / PPPDRV2 / ChangeLog < prev    next >
Text File  |  1996-12-22  |  3KB  |  73 lines

  1. History
  2. -------
  3.  
  4. 0.00  -- 02 Oct 95
  5. First working version. Released only to a few people.
  6.  
  7. 0.01a -- 05 Oct 95
  8. Added pppkill command to close a connection. Improved handling of closed
  9. connections. Probably fixed all the problems (ie computer hanging!) when the
  10. PPPdriver is RMKilled.
  11.  
  12. 0.01b -- 12 Oct 95
  13. Improved PAP support (now works with the pap-secrets file like the Unix
  14. version). Every PPP unit is reinitialised after a connection close (ie it is
  15. possible to re-use a PPP unit after its previous connection has been closed).
  16.  
  17. 0.01c -- 19 Oct 95
  18. First ShareWare release.
  19.  
  20. 0.01d -- 26 Oct 95
  21. A PPP_FLAG is sent if the serial line has been inactive for some time (to
  22. flush any spurious data at the other end). Small improvement in the
  23. efficiency of the encoding procedure.
  24.  
  25. 0.02a -- 01 Nov 95
  26. Some minor bugfixes. Improved registration scheme (now usercode-based).
  27. Maximum connection time for the ShareWare version changed from 10 to 15
  28. minutes.
  29.  
  30. 0.03a -- 11 Dec 95
  31. Fixed a major bug that caused VJ-Compression to go wrong in most cases! Fixed
  32. another very serious bug that could cause random memory corruption in the
  33. RMA! The MTU specified in the command line when the module is loaded is now
  34. effectively used. Implemented BSD-Compression. Some code optimization and
  35. reorganisation, PPPdriver now uses less CPU time. Statistics printed by
  36. 'pppstats' improved. Debugging informations printed in !FreeUser.DebugFile
  37. are now more useful (or less useless...). Internal reorganisation to make the
  38. size of the module smaller.
  39.  
  40. 1.00  -- 28 Jan 96
  41. Added possibility to display even more statistics specifying the "all" flag
  42. to "pppstats". Fixed a reentrancy problem in the packet send/receive code.
  43. The netmask is now correctly configured. Fixed command line handling: removed
  44. possible source of bugs and added GSTranslation of every parameter. PPPdriver
  45. now starts as a desktop application so that it can execute commands (eg the
  46. ip-up and ip-down scripts) as WIMP tasks. Added proper documentation!
  47.  
  48. 2.00  -- 28 Jan 96
  49. DCI4 version, based on the DCI2 version (1.00).
  50.  
  51. 2.10  -- 11 Oct 96
  52. PPPdriver can now be forced to connect only to a limited range of IP
  53. addresses, so it is possible to bind a registered version to a single
  54. Internet Provider. The new 'ip-up' file now sets the Inet$LocalIP and
  55. Inet$RemoteIP variables (needed by some Internet software). Some bugfixes 
  56. and internal improvements. PPPdriver now uses less CPU time and is more
  57. efficient when it deals with fast serial interfaces. StrongARM compatible.
  58. Both Internet 4.07 and 5.02 (included in the RISC OS 3.70 ROMs) supported.
  59.  
  60. 2.20  -- 15 Dec 96
  61. FreeNet 2.00 and 2.01 are now properly supported. The 'persist' option should
  62. work. A socket is no longer left open when PPPdriver is RMKilled. The desktop
  63. task now runs as a proper module task rather than as an application task as it
  64. used to; this saves 32Kb and is more 'clean'. PPPdriver seems to be much more
  65. stable than previous versions, in particular 'pppstats' no longer prints
  66. rubbish and PPPdriver can be RMKilled safely... hopefully! If you still
  67. suffer from any of these bugs please contact me.
  68.  
  69. 2.21  -- 22 Dec 96
  70. Fixed bug that caused problems on RISC OS 3.70 when trying some type of
  71. connections over a PPP link, notably FTP! Many thanks to Tom Hughes for this
  72. fix!
  73.